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:
parent
7b15d6cee4
commit
93f690d64a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||
environments.
|
||||
'';
|
||||
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 ];
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
|
Loading…
Reference in a new issue