Rename z77z into maggesi

Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
This commit is contained in:
Marco Maggesi
2019-10-07 16:44:58 +02:00
parent 2b05a35e08
commit ff1ed720e2
39 changed files with 40 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.lgpl21;
platforms = with stdenv.lib.platforms; linux;
maintainers = [ #Add your name here!
stdenv.lib.maintainers.z77z
stdenv.lib.maintainers.maggesi
];
};
}

View File

@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = https://www.polyml.org/;
license = licenses.lgpl21;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ z77z yurrriq ];
maintainers = with maintainers; [ maggesi yurrriq ];
};
}

View File

@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = https://www.polyml.org/;
license = licenses.lgpl21;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ z77z yurrriq ];
maintainers = with maintainers; [ maggesi yurrriq ];
};
}