File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ database."
250250(defclass epkg-savannah-package (epkg-git-package) () :abstract t )
251251
252252(defclass epkg-gnu-package (epkg-savannah-package)
253- ((url-format :initform " https://git.savannah.gnu.org/git/%n .git" )
254- (repopage-format :initform " https://git.savannah.gnu.org/cgit/%n .git" )
255- (homepage-format :initform " https://savannah.gnu.org/projects/%n " )))
253+ ((url-format :initform " https://git.savannah.gnu.org/git/%r .git" )
254+ (repopage-format :initform " https://git.savannah.gnu.org/cgit/%r .git" )
255+ (homepage-format :initform " https://savannah.gnu.org/projects/%r " )))
256256
257257(defclass epkg-nongnu-package (epkg-savannah-package)
258- ((url-format :initform " https://git.savannah.nongnu.org/git/%n .git" )
259- (repopage-format :initform " https://git.savannah.nongnu.org/cgit/%n .git" )
260- (homepage-format :initform " https://savannah.nongnu.org/projects/%n " )))
258+ ((url-format :initform " https://git.savannah.nongnu.org/git/%r .git" )
259+ (repopage-format :initform " https://git.savannah.nongnu.org/cgit/%r .git" )
260+ (homepage-format :initform " https://savannah.nongnu.org/projects/%r " )))
261261
262262(defclass epkg-subtree-package (epkg-git-package) ())
263263
You can’t perform that action at this time.
0 commit comments