tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tuxtype: drop aanderse as maintainer
Aaron Andersen
5 months ago
ef752176
782bfcc3
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
tu
tuxtype
package.nix
+1
-1
pkgs/by-name/tu/tuxtype/package.nix
···
64
mainProgram = "tuxtype";
65
homepage = "https://github.com/tux4kids/tuxtype";
66
license = licenses.gpl3Plus;
67
-
maintainers = [ maintainers.aanderse ];
68
platforms = platforms.linux;
69
};
70
}
···
64
mainProgram = "tuxtype";
65
homepage = "https://github.com/tux4kids/tuxtype";
66
license = licenses.gpl3Plus;
67
+
maintainers = [ ];
68
platforms = platforms.linux;
69
};
70
}