toot: fix license

Toot was re-licensed to GPLv3 [1]

[1] beb4b744d7
gstqt5
Mario Rodas 2020-06-30 19:59:48 -05:00
parent ebe01712cc
commit 380c6228be
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};