summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/feh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/feh/default.nix')
-rw-r--r--pkgs/applications/graphics/feh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index d23f42fdbf99..e40a5fd0630e 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A light-weight image viewer";
homepage = https://derf.homelinux.org/projects/feh/;
- license = "BSD";
+ license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};