jpeg-archive: add license

gstqt5
Markus Kowalewski 2020-06-11 12:08:38 +02:00
parent 74fb58b601
commit d00013fd7c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};