freetube: add alyaeanyx to maintainers

This commit is contained in:
alyaeanyx 2021-09-09 20:03:42 +02:00 committed by Raphael Megzari
parent 94a291a253
commit 336f829fc4

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "An Open Source YouTube app for privacy";
homepage = "https://freetubeapp.io/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ ryneeverett ];
maintainers = with maintainers; [ ryneeverett alyaeanyx ];
platforms = [ "x86_64-linux" ];
};
}