···1617 doCheck = true;
1819- meta = {
20 description = "A tool for managing the installation of multiple software packages in the same run-time directory tree";
2122 longDescription = ''
···29 as .../share, .../man, and so on.
30 '';
3132- license = lib.licenses.gpl3Plus;
33 homepage = "https://www.gnu.org/software/stow/";
34- platforms = lib.platforms.all;
035 };
36}
···1617 doCheck = true;
1819+ meta = with lib; {
20 description = "A tool for managing the installation of multiple software packages in the same run-time directory tree";
2122 longDescription = ''
···29 as .../share, .../man, and so on.
30 '';
3132+ license = licenses.gpl3Plus;
33 homepage = "https://www.gnu.org/software/stow/";
34+ maintainers = with maintainers; [ sarcasticadmin ];
35+ platforms = platforms.all;
36 };
37}