btdu: add cybershadow to maintainers

This commit is contained in:
Vladimir Panteleev 2024-04-06 08:25:38 +00:00
parent 8bb8cb8f13
commit e39ea8cf62
No known key found for this signature in database
GPG Key ID: 5004F0FAD051576D
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ buildDubPackage rec {
changelog = "https://github.com/CyberShadow/btdu/releases/tag/${src.rev}";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ atila ];
maintainers = with maintainers; [ atila cybershadow ];
mainProgram = "btdu";
};
}