Commit 7e0afac3 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

gpclient, gpauth: add booxter as maintainer

I'm using the package for headless linux connectivity for my work and am
interested in maintaining the packages.
parent 9c3a8dca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ rustPlatform.buildRustPackage rec {
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      binary-eater
      booxter
      m1dugh
    ];
    platforms = with lib.platforms; linux ++ darwin;