vcprompt: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 15:15:58 +02:00
parent ae795a6acd
commit ffb5eca618
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://hg.gerg.ca/vcprompt;
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2Plus;
};
}