Merge pull request #307560 from Scrumplex/pkgs/treewide/adopt-some
treewide: adopt some orphaned packages
This commit is contained in:
commit
fe5ec4c141
3 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue