diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
commit | 031996ef501f8c3d0532f7df1c38cf2e540a4f11 (patch) | |
tree | 27217d793b273edadc969aa3110378aac3c36e9c /lib/libtasn1.pc.in | |
parent | 26bea900a531662c6028ecc06f4adea825658434 (diff) | |
download | libtasn1-upstream.tar.gz libtasn1-upstream.tar.bz2 libtasn1-upstream.zip |
Imported Upstream version 4.19.0upstream/4.19.0upstream
Diffstat (limited to 'lib/libtasn1.pc.in')
-rw-r--r-- | lib/libtasn1.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtasn1.pc.in b/lib/libtasn1.pc.in index 41e7584..f480de7 100644 --- a/lib/libtasn1.pc.in +++ b/lib/libtasn1.pc.in @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2014 Free Software Foundation, Inc. +# Copyright (C) 2005-2022 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # @@ -24,7 +24,7 @@ includedir=@includedir@ Name: libtasn1 Description: Library for ASN.1 and DER manipulation -URL: http://www.gnu.org/software/libtasn1/ +URL: https://www.gnu.org/software/libtasn1/ Version: @VERSION@ Libs: -L${libdir} -ltasn1 Cflags: -I${includedir} |