Commit 7b2ff235 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #5462 from saltedcoffii/patch-114

Fix klotski
parents 71e0e2fc f7c033ed
......@@ -2,7 +2,7 @@ require 'package'
class Gnome_klotski < Package
description 'A puzzle game for GNOME.'
homepage 'https://wiki.gnome.org/Apps/Klotski'compatibility 'all'
homepage 'https://wiki.gnome.org/Apps/Klotski'
@_app = File.basename(__FILE__, '.rb').tr('_', '-')
@_fullver = '3.38.2'
@_mainver = @_fullver.rpartition('.')[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment