Unverified Commit fe5ec4c1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

treewide: adopt some orphaned packages
parents add660a8 27262b7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}