3
0
Fork 0
forked from mirrors/nixpkgs

dashpay: add license

This commit is contained in:
Markus Kowalewski 2020-06-11 12:06:16 +02:00
parent 40a04df6fe
commit 74fb58b601
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.dash.org";
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
license = licenses.mit;
};
}