Merge pull request #147144 from thiagokokada/remove-myself-from-some-packages

treewide: remove myself from maintainers in some packages
This commit is contained in:
Thiago Kenji Okada 2021-11-23 14:31:51 -03:00 committed by GitHub
commit 75735ef173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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; [ ];
};
}

View File

@ -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 = [ "." ];