From 58a69bc9e358bbe4c4bdbec2b794936f592b1e30 Mon Sep 17 00:00:00 2001 From: Andreas Wiese Date: Sun, 29 Mar 2020 15:29:18 +0200 Subject: matrix-dl: fix license I initially looked at the wrong places for this, where it's actually stated in setup.py. I'm not quite a python guy. --- pkgs/applications/networking/instant-messengers/matrix-dl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix b/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix index 21d5218721456..97f7752202297 100644 --- a/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix +++ b/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix @@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec { meta = with lib; { description = "Download backlogs from Matrix as raw text"; homepage = src.meta.homepage; - license = licenses.unfree; + license = licenses.gpl1Plus; maintainers = with maintainers; [ aw ]; platforms = platforms.unix; }; -- cgit 1.4.1