Overview
Comment: | update distro URLs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1abe29c598aa61f521c25bf282471d19 |
User & Date: | lexi on 2020-03-03 16:02:45 |
Other Links: | manifest | tags |
Context
2020-03-03
| ||
17:58 | target appropriate manpage section; rename boot.o to properly namespaced kboot.o; misc fixes check-in: ef45f6d08e user: lexi tags: trunk | |
16:02 | update distro URLs check-in: 1abe29c598 user: lexi tags: trunk | |
2020-01-31
| ||
20:04 | Greatly clean up Nix build. check-in: 49da7c1eeb user: glowpelt tags: trunk | |
Changes
Modified dist/libk.nix from [8f964856d4] to [1899f7d930].
18 18 19 19 installPhase = '' 20 20 env prefix=$prefix bash install.sh 21 21 ''; 22 22 23 23 meta = with stdenv.lib; { 24 24 description = "A modern replacement for libc"; 25 - homepage = https://c.hale.su/libk; 26 - changelog = "https://c.hale.su/libk/timeline"; 25 + homepage = https://c.comint.su/libk; 26 + changelog = "https://c.comint.su/libk/timeline"; 27 27 license = licenses.agpl3; 28 28 # Doesn't actually match w/ supported platforms, but... 29 29 platforms = platforms.unix; 30 30 }; 31 31 }