Merge pull request #307560 from Scrumplex/pkgs/treewide/adopt-some

treewide: adopt some orphaned packages
This commit is contained in:
Aleksana 2024-05-10 00:03:44 +08:00 committed by GitHub
commit fe5ec4c141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitLab, wayland-scanner }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "wlr-protocols";
version = "unstable-2022-09-05";
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.freedesktop.org/wlroots/wlr-protocols";
license = licenses.mit; # See file headers
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ Scrumplex ];
};
}

View file

@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec {
mainProgram = "prometheus-tor-exporter";
homepage = "https://github.com/atx/prometheus-tor_exporter";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ Scrumplex ];
platforms = platforms.unix;
};
}

View file

@ -22,7 +22,7 @@ buildGoModule rec {
description = "Simple and flexible tool for managing secrets";
changelog = "https://github.com/getsops/sops/blob/v${version}/CHANGELOG.rst";
mainProgram = "sops";
maintainers = [ ];
maintainers = with maintainers; [ Scrumplex mic92 ];
license = licenses.mpl20;
};
}