mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +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}";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Real Time Strategy game engine recreates the C&C titles";
|
||||
homepage = "http://www.open-ra.org/";
|
||||
description = "Real Time Strategy game engine recreating the C&C titles";
|
||||
homepage = "http://www.openra.net/";
|
||||
maintainers = [ maintainers.rardiol ];
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user