about summary refs log tree commit diff
path: root/pkgs/applications/misc/tellico
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-05-23 16:12:04 +0800
committerPeter Hoeg <peter@hoeg.com>2021-05-24 10:30:16 +0800
commit1bfabf6fbaa23c785e1e6cb4c483028cf008b6e3 (patch)
treef2d192fd95a298b5cc314f4c712bf9906130ccf6 /pkgs/applications/misc/tellico
parent9971c5d1a40d4e9ff8159ec6595cb9e91da7d438 (diff)
tellico: 3.4 -> 3.4.1
Diffstat (limited to 'pkgs/applications/misc/tellico')
-rw-r--r--pkgs/applications/misc/tellico/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/tellico/default.nix b/pkgs/applications/misc/tellico/default.nix
index 65cd003253dcc..10d8dc026141a 100644
--- a/pkgs/applications/misc/tellico/default.nix
+++ b/pkgs/applications/misc/tellico/default.nix
@@ -24,15 +24,15 @@
 
 mkDerivation rec {
   pname = "tellico";
-  version = "3.4";
+  version = "3.4.1";
 
   src = fetchurl {
-    # version 3.3.0 just uses 3.3 in its name
+    # version 3.3.0 just uses 3.3 in its file name
     urls = [
       "https://tellico-project.org/files/tellico-${version}.tar.xz"
       "https://tellico-project.org/files/tellico-${lib.versions.majorMinor version}.tar.xz"
     ];
-    sha256 = "sha256-YXMJrAkfehe3ox4WZ19igyFbXwtjO5wxN3bmgP01jPs=";
+    sha256 = "sha256-+FFN6sO0mvlage8JazyrqNZk4onejz1XJPiOK3gnhWE=";
   };
 
   nativeBuildInputs = [
@@ -63,7 +63,7 @@ mkDerivation rec {
   meta = with lib; {
     description = "Collection management software, free and simple";
     homepage = "https://tellico-project.org/";
-    license = with licenses; [ gpl2 gpl3 ];
+    license = with licenses; [ gpl2Only gpl3Only lgpl2Only ];
     maintainers = with maintainers; [ numkem ];
     platforms = platforms.linux;
   };