diff options
Diffstat (limited to '')
-rw-r--r-- | default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.nix b/default.nix index c406b44..3f9db4d 100644 --- a/default.nix +++ b/default.nix @@ -32,7 +32,7 @@ self: super: { homepage = "https://euandre.org/s/git-permalink/"; changelog = "https://euandre.org/s/git-permalink/CHANGELOG.html"; downloadPage = "https://euandre.org/s/git-permalink/#releases"; - license = licenses.agpl3; + license = licenses.agpl3Plus; platforms = platforms.unix; }; }; @@ -67,7 +67,7 @@ self: super: { homepage = "https://euandre.org/s/git-permalink/"; changelog = "https://euandre.org/s/git-permalink/CHANGELOG.html"; downloadPage = "https://euandre.org/s/git-permalink/#releases"; - license = licenses.agpl3; + license = licenses.agpl3Plus; platforms = platforms.unix; }; }; @@ -101,7 +101,7 @@ self: super: { homepage = "https://euandre.org/s/remembering/"; changelog = "https://euandre.org/s/remembering/CHANGELOG.html"; downloadPage = "https://euandre.org/s/remembering/#releases"; - license = licenses.agpl3; + license = licenses.agpl3Plus; platforms = platforms.unix; }; }; @@ -137,7 +137,7 @@ self: super: { homepage = "https://euandre.org/s/td/"; changelog = "https://euandre.org/s/td/CHANGELOG.html"; downloadPage = "https://euandre.org/s/td/#releases"; - license = licenses.agpl3; + license = licenses.agpl3Plus; platforms = platforms.unix; }; }; @@ -172,7 +172,7 @@ self: super: { homepage = "https://euandre.org/s/guile-heredoc/"; changelog = "https://euandre.org/s/guile-heredoc/CHANGELOG.html"; downloadPage = "https://euandre.org/s/guile-heredoc/#releases"; - license = licenses.agpl3; + license = licenses.agpl3Plus; platforms = platforms.unix; }; }; |