libmowgli: add license + update homepage
This commit is contained in:
parent
964b122431
commit
564f722495
@ -3,15 +3,16 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libmowgli-${version}";
|
name = "libmowgli-${version}";
|
||||||
version = "2.1.3";
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/atheme/libmowgli-2/archive/v${version}.tar.gz";
|
url = "https://github.com/atheme/libmowgli-2/archive/v${version}.tar.gz";
|
||||||
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