gosmore: add license

This commit is contained in:
Markus Kowalewski 2020-06-11 12:11:56 +02:00
parent d00013fd7c
commit d162c97a73
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -33,5 +33,6 @@ stdenv.mkDerivation {
raskin
];
platforms = platforms.linux;
license = licenses.bsd2;
};
}