summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/fehlstart/default.nix2
-rw-r--r--pkgs/applications/version-management/yadm/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/fehlstart/default.nix b/pkgs/applications/misc/fehlstart/default.nix
index 35b66299c06..548679e4b47 100644
--- a/pkgs/applications/misc/fehlstart/default.nix
+++ b/pkgs/applications/misc/fehlstart/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     description = "Small desktop application launcher with reasonable memory footprint";
     homepage = https://gitlab.com/fehlstart/fehlstart;
-    licence = licenses.gpl3;
+    license = licenses.gpl3;
     maintainers = [ maintainers.mounium ];
     platforms = platforms.all;
   };
diff --git a/pkgs/applications/version-management/yadm/default.nix b/pkgs/applications/version-management/yadm/default.nix
index 7990f996ec3..e1ce841ede2 100644
--- a/pkgs/applications/version-management/yadm/default.nix
+++ b/pkgs/applications/version-management/yadm/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
     a specific OS or host. Supplies a method of encrypting confidential data so it
     can safely be stored in your repository.
     '';
-    licence = stdenv.lib.licenses.gpl3;
+    license = stdenv.lib.licenses.gpl3;
     platforms = stdenv.lib.platforms.unix;
   };
 }