We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe711e commit 1d9adecCopy full SHA for 1d9adec
channels/channels.scm
@@ -17,12 +17,15 @@
17
; limitations under the License.
18
;
19
20
-
21
22
23
-(list (channel
24
- (name 'guix)
25
- (url "https://git.savannah.gnu.org/git/guix.git")
26
- (branch "master")
27
- (commit "f0d4daa13f0b57f5c03af73d449b2c6dd3160d08")) ; 2025-02-17 14:29:56 +0100
+(list
+ (channel
+ (name 'guix)
+ (url "https://codeberg.org/guix/guix.git")
+ (branch "master")
+ (commit "f0d4daa13f0b57f5c03af73d449b2c6dd3160d08") ; Mon Feb 17 14:29:21 2025 +0100
+ (introduction
+ (make-channel-introduction
28
+ "f0d4daa13f0b57f5c03af73d449b2c6dd3160d08" ; Tue May 26 22:30:51 2020 +0200
29
+ (openpgp-fingerprint
30
+ "BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC")))) ; git verify-commit <commit-hash>
31
)
0 commit comments