iowa-stdlib: update homepage URL
The old homepage URL, which was hosted inside the old SVN server, isn't publicly accessible anymore. Since the project has officially moved to github, it seems better to set the github repo as the homepage.
This commit is contained in:
parent
b78a5a0e79
commit
43fb96efe8
@ -20,7 +20,7 @@ mkDerivation (rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://svn.divms.uiowa.edu/repos/clc/projects/agda/lib/";
|
homepage = "https://github.com/cedille/ial";
|
||||||
description = "Agda standard library developed at Iowa";
|
description = "Agda standard library developed at Iowa";
|
||||||
license = stdenv.lib.licenses.free;
|
license = stdenv.lib.licenses.free;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user