mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
filegive: fixing licence, adding maintainer
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user