unicon-lang: update homepage

the old one was invalid
This commit is contained in:
Peder Bergebakken Sundt 2025-07-01 06:51:25 +02:00
parent 97227efc3b
commit bdaec37653

View File

@ -62,6 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = [ ];
platforms = lib.platforms.linux;
license = lib.licenses.gpl2;
homepage = "http://unicon.org";
homepage = "http://www.unicon.org";
};
})