cointop: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:11:26 +02:00
parent 4269eb17dc
commit 4d432df0a5
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -26,5 +26,6 @@ buildGoPackage rec {
homepage = https://cointop.sh;
platforms = stdenv.lib.platforms.linux; # cannot test others
maintainers = [ ];
license = stdenv.lib.licenses.asl20;
};
}