forked from mirrors/nixpkgs
jpeg-archive: add license
This commit is contained in:
parent
74fb58b601
commit
d00013fd7c
|
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utilities for archiving photos for saving to long term storage or serving over the web";
|
description = "Utilities for archiving photos for saving to long term storage or serving over the web";
|
||||||
homepage = "https://github.com/danielgtaylor/jpeg-archive";
|
homepage = "https://github.com/danielgtaylor/jpeg-archive";
|
||||||
# license = ...; # mixed?
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.srghma ];
|
maintainers = [ maintainers.srghma ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue