lol

mbuffer: Clarify gpl3 license (#124664)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Daniel Frank
Sandro
and committed by
GitHub
b382a5e6 950b4ddf

+2 -2
+2 -2
pkgs/tools/misc/mbuffer/default.nix
··· 23 23 doCheck = true; 24 24 25 25 meta = { 26 - homepage = "http://www.maier-komor.de/mbuffer.html"; 26 + homepage = "https://www.maier-komor.de/mbuffer.html"; 27 27 description = "A tool for buffering data streams with a large set of unique features"; 28 - license = lib.licenses.gpl3; 28 + license = lib.licenses.gpl3Only; 29 29 maintainers = with lib.maintainers; [ tokudan ]; 30 30 platforms = lib.platforms.linux; # Maybe other non-darwin Unix 31 31 };