topgrade: add SuperSandro2000 as maintainer, clarify license

This commit is contained in:
Sandro Jäckel 2021-02-12 02:16:01 +01:00
parent 80e8b03387
commit 76ab4bd69c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Upgrade all the things";
homepage = "https://github.com/r-darwish/topgrade";
license = licenses.gpl3;
maintainers = with maintainers; [ Br1ght0ne hugoreeves ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ Br1ght0ne hugoreeves SuperSandro2000 ];
};
}