emboss: fix license
This commit is contained in:
parent
ce37c5b0b4
commit
83dda57082
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ stdenv.mkDerivation {
|
|||
specially developed for the needs of the molecular biology (e.g. EMBnet)
|
||||
user community, including libraries. The software automatically copes with
|
||||
data in a variety of formats and even allows transparent retrieval of
|
||||
sequence data from the web.'';
|
||||
license = "GPL2";
|
||||
sequence data from the web.'';
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
homepage = "http://emboss.sourceforge.net/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue