about summary refs log tree commit diff
path: root/pkgs/tools/misc/mbuffer
diff options
context:
space:
mode:
authorDaniel Frank <git@danielfrank.net>2021-06-04 11:17:44 +0200
committerGitHub <noreply@github.com>2021-06-04 11:17:44 +0200
commitb382a5e61366a3e0b96945ced22fd24685c91cf4 (patch)
treeca0d2d6fa5508f882dff6559223e22e3759968bb /pkgs/tools/misc/mbuffer
parent950b4ddfdf10159ac024bb29d21940756822287a (diff)
mbuffer: Clarify gpl3 license (#124664)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/tools/misc/mbuffer')
-rw-r--r--pkgs/tools/misc/mbuffer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/mbuffer/default.nix b/pkgs/tools/misc/mbuffer/default.nix
index 19bc784ae0863..24ac8e198077e 100644
--- a/pkgs/tools/misc/mbuffer/default.nix
+++ b/pkgs/tools/misc/mbuffer/default.nix
@@ -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
   };