mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
filegive: fixing licence, adding maintainer
This commit is contained in:
parent
5465a118e1
commit
a5adbf19a6
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue