emboss: fix license

This commit is contained in:
Markus Kowalewski 2020-06-26 11:05:24 +02:00
parent ce37c5b0b4
commit 83dda57082
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -21,8 +21,8 @@ stdenv.mkDerivation {
specially developed for the needs of the molecular biology (e.g. EMBnet) specially developed for the needs of the molecular biology (e.g. EMBnet)
user community, including libraries. The software automatically copes with user community, including libraries. The software automatically copes with
data in a variety of formats and even allows transparent retrieval of data in a variety of formats and even allows transparent retrieval of
sequence data from the web.''; sequence data from the web.'';
license = "GPL2"; license = stdenv.lib.licenses.gpl2;
homepage = "http://emboss.sourceforge.net/"; homepage = "http://emboss.sourceforge.net/";
}; };
} }