Merge pull request #288002 from amaxine/cleanup-maintainers

{vscode,docker,yaru,gnomeExtensions.no-title-bar}: drop self from maintainers
This commit is contained in:
maxine 2024-02-11 12:02:31 +01:00 committed by GitHub
commit 12d60ae0c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -97,7 +97,7 @@ in
homepage = "https://code.visualstudio.com/";
downloadPage = "https://code.visualstudio.com/Updates";
license = licenses.unfree;
maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ];
maintainers = with maintainers; [ eadwu synthetica bobby285271 Enzime ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
};
}

View file

@ -272,7 +272,7 @@ rec {
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
'';
license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester periklis amaxine ];
maintainers = with maintainers; [ offline vdemeester periklis ];
mainProgram = "docker";
};
});

View file

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ubuntu/yaru";
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
platforms = platforms.linux;
maintainers = with maintainers; [ moni amaxine ];
maintainers = with maintainers; [ moni ];
};
}

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Integrates maximized windows with the top panel";
homepage = "https://github.com/poehlerj/no-title-bar";
license = licenses.gpl2;
maintainers = with maintainers; [ jonafato svsdep amaxine ];
maintainers = with maintainers; [ jonafato svsdep ];
platforms = platforms.linux;
};
}