about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-dl
diff options
context:
space:
mode:
authorAndreas Wiese <aw-nixos@meterriblecrew.net>2020-03-29 15:29:18 +0200
committerAndreas Wiese <aw-nixos@meterriblecrew.net>2020-03-29 15:29:18 +0200
commit58a69bc9e358bbe4c4bdbec2b794936f592b1e30 (patch)
tree8b3bbd59ac64ca3a28aca3d0c70054428ba25bc4 /pkgs/applications/networking/instant-messengers/matrix-dl
parentd04396da8bf320f41a2bd939f2f4eb83a586b3b2 (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/matrix-dl')
-rw-r--r--pkgs/applications/networking/instant-messengers/matrix-dl/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };