Merge pull request #147144 from thiagokokada/remove-myself-from-some-packages
treewide: remove myself from maintainers in some packages
This commit is contained in:
commit
75735ef173
@ -169,7 +169,7 @@ runCommand drvName
|
||||
homepage = "https://flutter.dev";
|
||||
license = licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ babariviere ericdallo thiagokokada ];
|
||||
maintainers = with maintainers; [ babariviere ericdallo ];
|
||||
};
|
||||
} ''
|
||||
mkdir -p $out/bin
|
||||
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Simple, asyncio-based inotify library for Python";
|
||||
license = with lib.licenses; [ bsd2 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ thiagokokada ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ let
|
||||
homepage = "https://github.com/go-flutter-desktop/hover";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ericdallo thiagokokada flexagoon ];
|
||||
maintainers = with maintainers; [ ericdallo flexagoon ];
|
||||
};
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
Loading…
Reference in New Issue
Block a user