platypus: fix platforms metadata (#24666)
This commit is contained in:
parent
5b2d1784c2
commit
c5015b77af
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user