diff options
Diffstat (limited to 'makefu/5pkgs/logstash-input-rss')
-rw-r--r-- | makefu/5pkgs/logstash-input-rss/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/logstash-input-rss/default.nix b/makefu/5pkgs/logstash-input-rss/default.nix index af66359ef..ca9be15ce 100644 --- a/makefu/5pkgs/logstash-input-rss/default.nix +++ b/makefu/5pkgs/logstash-input-rss/default.nix @@ -24,8 +24,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "logstash output plugin"; homepage = https://github.com/logstash-plugins/logstash-input-rss; - license = stdenv.lib.licenses.asl20; - platforms = stdenv.lib.platforms.unix; + license = lib.licenses.asl20; + platforms = lib.platforms.unix; maintainers = with maintainers; [ makefu ]; }; } |