mydumper: specify license

This commit is contained in:
Fabian Affolter 2022-12-04 13:31:02 +01:00 committed by GitHub
parent 9b9ef3e7ac
commit c4d32f968e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,14 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config
, glib, zlib, pcre, libmysqlclient, libressl }:
{ lib
, stdenv
, fetchFromGitHub
, cmake
, pkg-config
, glib
, zlib
, pcre
, libmysqlclient
, libressl
}:
let inherit (lib) getDev; in
@ -23,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "High-perfomance MySQL backup tool";
homepage = "https://github.com/maxbube/mydumper";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ izorkin ];
};