about summary refs log tree commit diff
path: root/pkgs/tools/text/rpl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/rpl/default.nix')
-rw-r--r--pkgs/tools/text/rpl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/rpl/default.nix b/pkgs/tools/text/rpl/default.nix
index 1b4e89408dc86..b565de5376294 100644
--- a/pkgs/tools/text/rpl/default.nix
+++ b/pkgs/tools/text/rpl/default.nix
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
     description = "Replace strings in files";
     mainProgram = "rpl";
     homepage = "https://github.com/rrthomas/rpl";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     maintainers = with maintainers; [ cbley ];
   };
 }