mbuffer: Clarify gpl3 license (#124664)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
950b4ddfdf
commit
b382a5e613
@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.maier-komor.de/mbuffer.html";
|
||||
homepage = "https://www.maier-komor.de/mbuffer.html";
|
||||
description = "A tool for buffering data streams with a large set of unique features";
|
||||
license = lib.licenses.gpl3;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ tokudan ];
|
||||
platforms = lib.platforms.linux; # Maybe other non-darwin Unix
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user