Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 687bdf6

Browse files
committed
Fix copyright notice and website in CMakeLists
1 parent 911f482 commit 687bdf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ endif ( insource )
1212
### PROJECT INFO ###
1313
project ( Undesktop-AskPass C )
1414
set ( VERSION "0.1.0" )
15-
set ( COPYRIGHT "Copyright 2014 Undesktop.org and contributors" )
15+
set ( COPYRIGHT "Copyright 2014 Undesktop Project and contributors" )
1616
set ( DESCRIPTION "Undesktop project AskPass utility" )
17-
set ( WEBSITE "http://undesktop.org/askpass/")
17+
set ( WEBSITE "http://undesktop.plejeck.com/askpass/")
1818

1919

2020
### PKGCONFIG ###

0 commit comments

Comments
 (0)