dupeguru: update licence from bsd to gplv3
- The licence was changed in 2015. - See https://github.com/arsenetar/dupeguru/commit/bb9908abb4c25c9cf99bb78414059115475c947a.
This commit is contained in:
@@ -76,7 +76,7 @@ python3Packages.buildPythonApplication rec {
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
description = "GUI tool to find duplicate files in a system";
|
||||
homepage = "https://github.com/arsenetar/dupeguru";
|
||||
license = lib.licenses.bsd3;
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ novoxd ];
|
||||
mainProgram = "dupeguru";
|
||||
|
||||
Reference in New Issue
Block a user