libmowgli: add license + update homepage
This commit is contained in:
parent
964b122431
commit
564f722495
@ -9,9 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0xx4vndmwz40pxa5gikl8z8cskpdl9a30i2i5fjncqzlp4pspymp";
|
sha256 = "0xx4vndmwz40pxa5gikl8z8cskpdl9a30i2i5fjncqzlp4pspymp";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A development framework for C providing high performance and highly flexible algorithms";
|
description = "A development framework for C providing high performance and highly flexible algorithms";
|
||||||
homepage = http://www.atheme.org/projects/mowgli.shtml;
|
homepage = https://github.com/atheme/libmowgli-2;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
license = licenses.isc;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user