mbuffer: Clarify gpl3 license (#124664)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Daniel Frank 2021-06-04 11:17:44 +02:00 committed by GitHub
parent 950b4ddfdf
commit b382a5e613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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