mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
vcprompt: add license
This commit is contained in:
parent
ae795a6acd
commit
ffb5eca618
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://hg.gerg.ca/vcprompt;
|
homepage = http://hg.gerg.ca/vcprompt;
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
maintainers = with maintainers; [ cstrahan ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user