mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
openra: Fix a typo and the website URL (#15504)
This commit is contained in:
parent
abd64abdb5
commit
8b6125333c
@ -9,8 +9,8 @@ in stdenv.mkDerivation rec {
|
|||||||
name = "openra-${version}";
|
name = "openra-${version}";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Real Time Strategy game engine recreates the C&C titles";
|
description = "Real Time Strategy game engine recreating the C&C titles";
|
||||||
homepage = "http://www.open-ra.org/";
|
homepage = "http://www.openra.net/";
|
||||||
maintainers = [ maintainers.rardiol ];
|
maintainers = [ maintainers.rardiol ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user