mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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.
This commit is contained in:
parent
d04396da8b
commit
58a69bc9e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue