redeclipse: fix meta.license

It was referring to the zlib package, as `with` has always lower
precedence than explicitly bound identifiers.
This commit is contained in:
Vladimír Čunát 2020-03-13 10:27:29 +01:00
parent 7b15d6cee4
commit 93f690d64a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
environments. environments.
''; '';
homepage = "https://www.redeclipse.net"; homepage = "https://www.redeclipse.net";
license = with licenses; [ zlib cc-by-sa-30 ]; license = with licenses; [ licenses.zlib cc-by-sa-30 ];
maintainers = with maintainers; [ lambda-11235 ]; maintainers = with maintainers; [ lambda-11235 ];
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];