puNES: Fix a typo (#138242)

This commit is contained in:
Fabio Cavallo (FHorse)
2021-09-17 08:38:22 -04:00
committed by GitHub
parent fba54052cd
commit 6ef091d07a
+1 -1
View File
@@ -54,7 +54,7 @@ mkDerivation rec {
};
meta = with lib; {
description = "Qt-based Nintendo Entertaiment System emulator and NSF/NSFe Music Player";
description = "Qt-based Nintendo Entertainment System emulator and NSF/NSFe Music Player";
homepage = "https://github.com/punesemu/puNES";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ OPNA2608 ];