summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/logstash-input-rss/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 21:24:48 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 21:24:48 +0100
commit7ca789f598c856ceda3ac55d028ab5a8a8a1e6a2 (patch)
tree9793b82947801f39f55b393cd02951c25de26099 /makefu/5pkgs/logstash-input-rss/default.nix
parent4f500d5006b9a1594589b60278515220ed4b75da (diff)
ma pkgs: stdenv.lib -> lib
Diffstat (limited to 'makefu/5pkgs/logstash-input-rss/default.nix')
-rw-r--r--makefu/5pkgs/logstash-input-rss/default.nix4
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 af66359e..ca9be15c 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 ];
};
}