mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
libmowgli: add license + update homepage
This commit is contained in:
parent
964b122431
commit
564f722495
@ -3,15 +3,16 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmowgli-${version}";
|
||||
version = "2.1.3";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/atheme/libmowgli-2/archive/v${version}.tar.gz";
|
||||
sha256 = "0xx4vndmwz40pxa5gikl8z8cskpdl9a30i2i5fjncqzlp4pspymp";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A development framework for C providing high performance and highly flexible algorithms";
|
||||
homepage = http://www.atheme.org/projects/mowgli.shtml;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
homepage = https://github.com/atheme/libmowgli-2;
|
||||
license = licenses.isc;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user