Commit aad3d940 authored by aleksana's avatar aleksana
Browse files

tuba: add aleksana as maintainer

parent be326077
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
    mainProgram = "dev.geopjr.Tuba";
    license = licenses.gpl3Only;
    changelog = "https://github.com/GeopJr/Tuba/releases/tag/v${version}";
    maintainers = with maintainers; [ chuangzhu ];
    maintainers = with maintainers; [ chuangzhu aleksana ];
  };
}