We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ed82a commit 1d0a149Copy full SHA for 1d0a149
pkgs/by-name/si/sigil/package.nix
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
64
meta = {
65
description = "Free, open source, multi-platform ebook (ePub) editor";
66
homepage = "https://github.com/Sigil-Ebook/Sigil/";
67
- license = lib.licenses.gpl3;
+ license = lib.licenses.gpl3Plus;
68
maintainers = with lib.maintainers; [ prince213 ];
69
platforms = with lib.platforms; linux ++ darwin;
70
mainProgram = "sigil";
0 commit comments