aha: add myself (pSub) as maintainer

Changed files
+1
pkgs
tools
text
+1
pkgs/tools/text/aha/default.nix
···
'';
homepage = https://github.com/theZiz/aha;
license = with licenses; [ lgpl2Plus mpl11 ];
platforms = platforms.linux;
};
}
···
'';
homepage = https://github.com/theZiz/aha;
license = with licenses; [ lgpl2Plus mpl11 ];
+
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
};
}