mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:28:00 +00:00
remove some maintainerships
I'm no longer using any of these packages, and they're tricky to test outside a useful context.
This commit is contained in:
parent
a8ce8ba5dc
commit
ba5d6abb39
@ -85,7 +85,7 @@ let
|
||||
on https://nixos.org/nixpkgs/manual/#sec-weechat .
|
||||
'';
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ lovek323 lheckemann ];
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ python3Packages.buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "An open source chat-ops bot framework";
|
||||
homepage = "https://opsdroid.dev";
|
||||
maintainers = with maintainers; [ fpletz globin willibutz lheckemann ];
|
||||
maintainers = with maintainers; [ fpletz globin willibutz ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -59,6 +59,6 @@ buildPythonPackage rec {
|
||||
description = "Client library for the IBM Cloud services";
|
||||
homepage = "https://github.com/IBM/python-sdk-core";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ globin lheckemann ];
|
||||
maintainers = with maintainers; [ globin ];
|
||||
};
|
||||
}
|
||||
|
@ -55,6 +55,6 @@ buildPythonPackage rec {
|
||||
description = "Client library to use the IBM Watson Services";
|
||||
homepage = "https://github.com/watson-developer-cloud/python-sdk";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ globin lheckemann ];
|
||||
maintainers = with maintainers; [ globin ];
|
||||
};
|
||||
}
|
||||
|
@ -28,6 +28,6 @@ buildPythonPackage rec {
|
||||
description = "A Python Mattermost Driver";
|
||||
homepage = "https://github.com/Vaelor/python-mattermost-driver";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ globin lheckemann ];
|
||||
maintainers = with maintainers; [ globin ];
|
||||
};
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = src.meta.homepage;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.oxij maintainers.lheckemann ];
|
||||
maintainers = [ maintainers.oxij ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user