Compare commits
No commits in common. "95e15af96a778bdc39e012442cd992473372c36b" and "db82708a892c160cca9d215f8749a6878eafa9df" have entirely different histories.
95e15af96a
...
db82708a89
2
LICENSE
2
LICENSE
|
@ -1,7 +1,7 @@
|
|||
ANARCHIST LICENSE
|
||||
Version 1.0, 1 May, 2021
|
||||
|
||||
Copyright © 2024 JFDI Collective
|
||||
Copyright © 2023 JFDI Collective
|
||||
|
||||
This is Anarchist software, released for free use by individuals and
|
||||
organizations that do not operate by capitalist principles.
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
},
|
||||
"nixpkgs": {
|
||||
"branch": "nixos-23.11",
|
||||
"branch": "nixos-23.05",
|
||||
"description": "Nix Packages collection",
|
||||
"homepage": "",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d",
|
||||
"sha256": "01g1lcpc281ba2dll1bkdxjn9w7dric0nk0zwm8dgrjxhad90zhb",
|
||||
"rev": "a16f7eb56e88c8985fcc6eb81dabd6cade4e425a",
|
||||
"sha256": "0a0dnbsbblh4wps0lzzxv3gfphscv6bqjc77lkr58xkzcijjdlv2",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/nixos/nixpkgs/archive/c1be43e8e837b8dbee2b3665a007e761680f0c3d.tar.gz",
|
||||
"url": "https://github.com/nixos/nixpkgs/archive/a16f7eb56e88c8985fcc6eb81dabd6cade4e425a.tar.gz",
|
||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
}
|
||||
}
|
||||
|
|
2
site.hs
2
site.hs
|
@ -134,7 +134,7 @@ siteCtx =
|
|||
constField "site-url" "https://jfdic.org" `mappend`
|
||||
constField "tagline" "liberation, autonomy, privacy" `mappend`
|
||||
constField "site-title" "JFDI Collective" `mappend`
|
||||
constField "copy-year" "2024" `mappend`
|
||||
constField "copy-year" "2023" `mappend`
|
||||
constField "github-repo" "https://source.jfdic.org/jfdic/jfdic-web" `mappend`
|
||||
defaultContext
|
||||
|
||||
|
|
Loading…
Reference in a new issue