filegive: fixing licence, adding maintainer
This commit is contained in:
parent
5465a118e1
commit
a5adbf19a6
|
@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://viric.name/cgi-bin/filegive;
|
homepage = http://viric.name/cgi-bin/filegive;
|
||||||
description = "Easy p2p file sending program";
|
description = "Easy p2p file sending program";
|
||||||
license = "BSD";
|
license = "AGPLv3+";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue