Commit bdaec376 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

unicon-lang: update homepage

the old one was invalid
parent 97227efc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})