chickenPackages: fix meta.homepage

The old endpoint seems unreachable. We are now pointing to the wiki instead.

Closes #407648
This commit is contained in:
Daniel Nagy 2025-05-25 10:00:00 +02:00
parent 6245aa9fcc
commit 35e5c22876
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ lib.makeScope newScope (self: {
name = "${pname}-${version}";
src = self.fetchegg (eggData // { inherit pname; });
buildInputs = map (x: eggself.${x}) dependencies;
meta.homepage = "https://code.call-cc.org/cgi-bin/gitweb.cgi?p=eggs-5-latest.git;a=tree;f=${pname}/${version}";
meta.homepage = "https://wiki.call-cc.org/eggref/5/${pname}";
meta.description = synopsis;
meta.license =
(