summary refs log tree commit diff
path: root/pkgs/applications/video/kazam/default.nix
diff options
context:
space:
mode:
authorMasayuki Takeda <mtakeda.enigsol@gmail.com>2018-03-07 14:33:58 +0900
committerMasayuki Takeda <mtakeda.enigsol@gmail.com>2018-03-07 14:33:58 +0900
commite06f67a970adce678a0490a75b6d1807da7181c4 (patch)
tree7b84b9b1ec66768d3f9b8e33f09962ab1d81d62f /pkgs/applications/video/kazam/default.nix
parent2e2063074d8445efdbddbb732441d2ea490d0572 (diff)
downloadnixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.tar
nixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.tar.gz
nixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.tar.bz2
nixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.tar.lz
nixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.tar.xz
nixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.tar.zst
nixpkgs-e06f67a970adce678a0490a75b6d1807da7181c4.zip
fix description and license
Diffstat (limited to 'pkgs/applications/video/kazam/default.nix')
-rw-r--r--pkgs/applications/video/kazam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kazam/default.nix b/pkgs/applications/video/kazam/default.nix
index 862032572dc..b67c4a43cf5 100644
--- a/pkgs/applications/video/kazam/default.nix
+++ b/pkgs/applications/video/kazam/default.nix
@@ -42,9 +42,9 @@ python3Packages.buildPythonApplication rec {
 
 
   meta = with stdenv.lib; {
-    description = "Cross-platform, Friend-2-Friend and secure decentralised communication platform";
+    description = "A screencasting program created with design in mind";
     homepage = https://code.launchpad.net/kazam;
-    #license = licenses.bsd2;
+    license = licenses.lgpl3;
     platforms = platforms.linux;
     maintainers = [ maintainers.domenkozar ];
   };