summary refs log tree commit diff
path: root/pkgs/applications/misc/toot
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-30 19:59:48 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-06-30 19:59:48 -0500
commit380c6228be42783fbbcc00cda3bc511d38715a94 (patch)
treeac725b48be4cbdd6c60cb2ce1f06d6d760a6e021 /pkgs/applications/misc/toot
parentebe01712cc9763339376596ca26dbd45d58e2b4c (diff)
downloadnixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.tar
nixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.tar.gz
nixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.tar.bz2
nixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.tar.lz
nixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.tar.xz
nixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.tar.zst
nixpkgs-380c6228be42783fbbcc00cda3bc511d38715a94.zip
toot: fix license
Toot was re-licensed to GPLv3 [1]

[1] https://github.com/ihabunek/toot/commit/beb4b744d7da662974be217266bdc22030dd60d1
Diffstat (limited to 'pkgs/applications/misc/toot')
-rw-r--r--pkgs/applications/misc/toot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index 8f701b20e3e..f46af56ed45 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
   meta = with stdenv.lib; {
     description = "Mastodon CLI interface";
     homepage    = "https://github.com/ihabunek/toot";
-    license     = licenses.mit;
+    license     = licenses.gpl3;
     maintainers = [ maintainers.matthiasbeyer ];
   };