Merge pull request #83686 from herrwiese/for-master/matrix-dl-fix-license

matrix-dl: fix license
This commit is contained in:
Jörg Thalheim
2020-03-29 14:54:37 +01:00
committed by GitHub
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Download backlogs from Matrix as raw text"; description = "Download backlogs from Matrix as raw text";
homepage = src.meta.homepage; homepage = src.meta.homepage;
license = licenses.unfree; license = licenses.gpl1Plus;
maintainers = with maintainers; [ aw ]; maintainers = with maintainers; [ aw ];
platforms = platforms.unix; platforms = platforms.unix;
}; };