platypus: fix platforms metadata (#24666)
This commit is contained in:
@@ -33,6 +33,6 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = https://github.com/andyrimmer/Platypus;
|
homepage = https://github.com/andyrimmer/Platypus;
|
||||||
maintainers = with maintainers; [ jbedo ];
|
maintainers = with maintainers; [ jbedo ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.x86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user