filegive: fixing licence, adding maintainer

This commit is contained in:
Lluís Batlle i Rossell 2013-05-04 10:08:52 +04:00
parent 5465a118e1
commit a5adbf19a6

@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://viric.name/cgi-bin/filegive;
description = "Easy p2p file sending program";
license = "BSD";
license = "AGPLv3+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}