summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/jpeg-archive
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-11 12:08:38 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-11 18:27:33 +0200
commitd00013fd7cd27cd5dd90bada7bcbb1b6608769ac (patch)
treecdf7656f0a631e5ed539e87af120cef3d84c80bb /pkgs/applications/graphics/jpeg-archive
parent74fb58b60101ce9fa63234ac0a7f26cd9b0c2392 (diff)
jpeg-archive: add license
Diffstat (limited to 'pkgs/applications/graphics/jpeg-archive')
-rw-r--r--pkgs/applications/graphics/jpeg-archive/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/jpeg-archive/default.nix b/pkgs/applications/graphics/jpeg-archive/default.nix
index 97c15d2eec09..8beaf43c089c 100644
--- a/pkgs/applications/graphics/jpeg-archive/default.nix
+++ b/pkgs/applications/graphics/jpeg-archive/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Utilities for archiving photos for saving to long term storage or serving over the web";
homepage = "https://github.com/danielgtaylor/jpeg-archive";
- # license = ...; # mixed?
+ license = licenses.mit;
maintainers = [ maintainers.srghma ];
platforms = platforms.all;
};