AgdaStdlib: update homepage link to use HTTPS
This commit is contained in:
parent
02af438989
commit
8998be8efb
|
@ -19,7 +19,7 @@ agda.mkDerivation (self: rec {
|
|||
topSourceDirectories = [ "src" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Libraries.StandardLibrary";
|
||||
homepage = "https://wiki.portal.chalmers.se/agda/pmwiki.php?n=Libraries.StandardLibrary";
|
||||
description = "A standard library for use with the Agda compiler";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
Loading…
Reference in New Issue