Skip to content

Commit d961662

Browse files
committed
Format gpodder.modules to match style in other modulesets.
1 parent b32c2ad commit d961662

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

modulesets/gpodder.modules

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
44
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
55
<moduleset>
6-
<include href="gtk-osx.modules"/>
6+
<include href="gtk-osx.modules" />
7+
8+
<repository name="github"
9+
href="git://github.com/"
10+
type="git" />
711

8-
<repository type="git" name="github"
9-
href="git://github.com/"/>
10-
1112
<!-- for setuptools, for feedparser -->
12-
<repository type="tarball" name="pypi"
13-
href="https://files.pythonhosted.org/packages/source/"/>
13+
<repository name="pypi"
14+
href="https://files.pythonhosted.org/packages/source/"
15+
type="tarball" />
1416

1517
<metamodule id="meta-gpodder-native">
1618
<dependencies>

0 commit comments

Comments
 (0)