From ccfef0d23a3ab76a79df31a6d0d0ce944541e480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 4 Mar 2021 12:46:18 +0100 Subject: [PATCH] fanficfare: cleanup meta --- pkgs/tools/text/fanficfare/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix index e1db7d3d39c..e4ce7cde7d2 100644 --- a/pkgs/tools/text/fanficfare/default.nix +++ b/pkgs/tools/text/fanficfare/default.nix @@ -24,6 +24,5 @@ python3Packages.buildPythonApplication rec { license = licenses.gpl3; platforms = platforms.linux; maintainers = with maintainers; [ dwarfmaster ]; - inherit version; }; }