packages: Use -git suffix instead of -next to indicate development versions

pull/1/head
Luis Guilherme Coelho 2023-12-10 10:49:46 -03:00
parent 9a1466b6c3
commit 4dc7ee3207
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#:use-module (gnu packages text-editors)
#:use-module (guix transformations))
(define-public kakoune-next
(define-public kakoune-git
((options->transformation
`((with-branch . "kakoune=master")
(with-git-url . "kakoune=https://github.com/mawww/kakoune")))

View File

@ -2,7 +2,7 @@
#:use-module (gnu packages wm)
#:use-module (guix transformations))
(define-public awesome-next
(define-public awesome-git
((options->transformation
`((with-branch . "awesome=master")
(with-git-url . "awesome=https://github.com/awesomeWM/awesome")))